Close
dtSearch Engine API for Java
SearchFilter.selectItems Method (int, int[], boolean)

Set the selection state of an array of document ids to the selection state indicated by fSelected.

Syntax
Java
public native void selectItems(int iIndex, int[] docIds, boolean fSelected);
Parameters
Description
int iIndex
Value returned by addIndex() to identify this index in the SearchFilter
int[] docIds
Array of document ids to select
boolean fSelected
Select state to apply to the document ids